home *** CD-ROM | disk | FTP | other *** search
/ Desktop Publisher Plus / Desktop Publisher Plus (IBM-894)(Cosmi Corporation)(1992).img / INSTALLF.BAT < prev    next >
DOS Batch File  |  1992-03-19  |  2KB  |  80 lines

  1. :INS1
  2. SET NAME=PROGRAM
  3. if %THREE%==y SET NAME=PROGRAM/ART
  4. echo please insert disk labeled %NAME% in drive %DST%
  5. pause
  6. if exist %DST%configh.fil goto INS1
  7. copy %SRC%install.bat %DST%
  8. copy %SRC%swift.fil %DST%
  9. copy %SRC%config%DRV%.fil %DST%config.fil
  10. rem -----change to destination drive
  11. %DST%
  12. %SRC%sdtpPak
  13. rem ---------------------------------change to source drive
  14. %SRC%
  15. SET NAME=ART
  16. if %THREE%==y SET NAME=PROGRAM/ART
  17. if %THREE%==y goto skp2
  18. REM -------------------- DISK 2: ART
  19. :INS2
  20. echo please insert disk labeled %NAME% in drive %DST%
  21. pause
  22. if exist %DST%configh.fil goto INS2
  23. :skp2
  24. copy %SRC%swift.fil %DST%
  25. %DST%
  26. %SRC%artPak
  27. %SRC%bd
  28. %SRC%
  29.  
  30. SET NAME=FONTS
  31. if %THREE%==y SET NAME=FONTS/SAMPLES/WORK
  32.  
  33. REM DISK 3 - FONTS
  34. :INS3
  35. echo please insert disk labeled %NAME% in drive %DST%
  36. pause
  37. if exist %DST%configh.fil goto INS3
  38. copy %SRC%swift.fil %DST%
  39. %DST%
  40. %SRC%fontPak
  41.  
  42. SET NAME=DOCUMENT
  43. if %THREE%==y SET NAME=FONTS/SAMPLES/WORK
  44. if %THREE%==y goto skp4
  45. %SRC%
  46. REM DISK4 - DCMNT
  47. echo please insert disk labeled %NAME% in drive %DST%
  48. pause
  49. :skp4
  50. %DST%
  51. %SRC%SAMPLPAK
  52. SET NAME=PROGRAM
  53. :INS4
  54. echo .
  55. echo please insert disk labeled %NAME% in drive %DST%
  56. pause
  57. if not exist %DST%installp.bat goto ins4
  58.  
  59.  
  60. echo .
  61. echo After specifying your printer...
  62. echo Type SDTP then press [Enter] to run the SWIFT DESKTOP PUBLISHER.
  63. echo (NOTE: Sample files are on the DOCUMENT/WORK disk)
  64. pause
  65.  
  66.  
  67. :END
  68. set src=
  69. set dst=
  70. set THREE=
  71. set confirm=
  72. set DRV=
  73. set NAME=
  74.  
  75. IF EXIST INSTALLP.BAT INSTALLP
  76. echo !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
  77. echo Please read the file README.TXT on the distribution disk for 
  78. echo information on editing printer drivers.
  79. echo !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
  80.